home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Education / School of Athens / card_21788.txt < prev    next >
Encoding:
Text File  |  1988-05-17  |  5.1 KB  |  205 lines

  1. -- card: 21788 from stack: in
  2. -- bmap block id: 22287
  3. -- flags: 0000
  4. -- background id: 2791
  5. -- name: Solomon
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   global whence
  9.   if the shiftKey is down and the optionKey is down then
  10.     put the short name of this card into whence
  11.     visual effect iris close
  12.     go to card "Stanze Map"
  13.   else
  14.     if the optionKey is down then
  15.       push card
  16.       visual effect iris close
  17.       go to card "Schematic"
  18.     end if
  19.   end if
  20. end mouseUp
  21.  
  22.  
  23.  
  24. -- part 1 (button)
  25. -- low flags: 00
  26. -- high flags: 0000
  27. -- rect: left=117 top=1 right=36 bottom=403
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 0 / 0
  30. -- text alignment: 1
  31. -- font id: 0
  32. -- text size: 12
  33. -- style flags: 0
  34. -- line height: 16
  35. -- part name: 
  36.  
  37.  
  38. -- part 4 (button)
  39. -- low flags: 00
  40. -- high flags: 0000
  41. -- rect: left=217 top=7 right=41 bottom=251
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 0 / 0
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: 
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   visual effect wipe right
  53.   go to card "Philosophy"
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 5 (button)
  59. -- low flags: 00
  60. -- high flags: 0000
  61. -- rect: left=261 top=6 right=42 bottom=296
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: 
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   visual effect wipe left
  73.   go to card "Law"
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 7 (field)
  79. -- low flags: 01
  80. -- high flags: 0002
  81. -- rect: left=170 top=282 right=302 bottom=334
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 2
  86. -- text size: 12
  87. -- style flags: 256
  88. -- line height: 17
  89. -- part name: 
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   show card field "Picture Info"
  93.   show card button "Pic Info Away"
  94. end mouseUp
  95.  
  96.  
  97. -- part 8 (field)
  98. -- low flags: 80
  99. -- high flags: 0004
  100. -- rect: left=333 top=0 right=340 bottom=510
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 0
  104. -- font id: 3
  105. -- text size: 9
  106. -- style flags: 0
  107. -- line height: 12
  108. -- part name: Card Help
  109.  
  110.  
  111. -- part 9 (field)
  112. -- low flags: 80
  113. -- high flags: 0000
  114. -- rect: left=331 top=0 right=13 bottom=454
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 0
  118. -- font id: 3
  119. -- text size: 9
  120. -- style flags: 256
  121. -- line height: 12
  122. -- part name: Card Title
  123.  
  124.  
  125. -- part 10 (button)
  126. -- low flags: 80
  127. -- high flags: 0000
  128. -- rect: left=333 top=0 right=337 bottom=508
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: Help Away
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   set lockScreen to true
  140.   hide card field "Card Help"
  141.   hide card field "Card Title"
  142.   hide card button "Help Away"
  143.   set lockScreen to false
  144. end mouseUp
  145.  
  146.  
  147.  
  148. -- part 11 (field)
  149. -- low flags: 80
  150. -- high flags: 0002
  151. -- rect: left=19 top=68 right=259 bottom=164
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 0
  155. -- font id: 3
  156. -- text size: 9
  157. -- style flags: 0
  158. -- line height: 12
  159. -- part name: Picture Info
  160.  
  161.  
  162. -- part 12 (button)
  163. -- low flags: 80
  164. -- high flags: 0000
  165. -- rect: left=19 top=68 right=259 bottom=164
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 0 / 0
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: Pic Info Away
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   hide card field "Picture Info"
  177.   hide card button "Pic Info Away"
  178. end mouseUp
  179.  
  180.  
  181.  
  182. -- part contents for card part 7
  183. ----- text -----
  184. Solomon in Judgment
  185.  
  186. -- part contents for card part 8
  187. ----- text -----
  188.  
  189.   Between each pair of circular
  190. ‚Äútondi,‚Äù Raphael painted a rectangular scene emboding issues relevant to each of the tondi which flank it.
  191.   Like the tondi, the backgrounds of the rectangular scenes are painted to imitate mosaics, and thus to stress the artfulness of the disciplines involved.
  192.   Two of the rectangular scenes portray successful combinations of the disciplines; two portray failures or sins.  Each discipline thus shares one success and one failure, which seems just.  But why Raphael chose the failures and successes he did, and why he chose the places for success or failure as he did, remain obscure.
  193.   Click on the title for further information about this scene.
  194.   Click on the arrows to consult its related tondi.
  195.   Clicking with the option key down will return you to the map of this room.
  196.  
  197. -- part contents for card part 9
  198. ----- text -----
  199. Solomon in Judgment
  200.  
  201. -- part contents for card part 11
  202. ----- text -----
  203.   Solomon has always stood as the model of the just king.  We see him here at the crucial moment of the judgment concerning the infant and his two claimant mothers.
  204.   As a Jewish king, Solomon‚Äôs justice would be seen by Raphael as the result of natural justice or wisdom, rather than divine revelation, and so he is represeented between Law and Philosophy
  205. (rather than between Law and Theology).